UnderlineStyles | Enum for underline styles, used in the Style class. |
Alignments | Enum for Horizontal alignment, used in the Style class. |
HighlightColors | Enum for Highlight color. (Used by the Style class). Highlight color in word is just fixed set of coolers. Not actual RGB values. |
VerticalAlignments | Enum for Vertical alignment, used in the Style class. Vertical alignment is really just Superscript and Subscript. |
PictureTypes | Enum that has type codes for Pictures embedded in Word documents. This enum is used with the PictureType property on the Drawing class, and also with all methods when embedding pictures. |
HeaderFooterTypes | Enum which defines types for header and footers. |
Units | Enum used in measurements in various of places in the word document. |
PrinterPaperCodes | Codes to use with the Page sizes. |
TableWidthModes | Enum used for table width modes. |
SectionBreakTypes | Type codes for section breaks. |
NumberingType | Enum representing types of List indent. |
EmuUnits | Units used in some places in the plugin such as for shapes. |
ShapeVerticalAlignments | Enum for Shape vertical alignment |
ShapeTypes | Shape types.
This enum does only have few types right now since shape support is very preliminary.
Note that Shape support is very preliminary. |
LineEndTypes | Enum for Line end types on shapes.
Note that Shape support is very preliminary. |
FillTypes | Enum for fill types in shapes.
Only NoFill and SolidFill are supported at this point in time.
Note that Shape support is very preliminary. |
ShapeTextWrap | Text wrap values for shapes.
Note that Shape support is very preliminary. |
BorderStyle | Enum for border styles. |
BorderParts | Enum for border parts. |
LineCompoundTypes | Enum for Line compound types on shapes. |
FieldSeparators | Enum for field separator values. |
ComplexRunFieldTypes | Field type enum for complex runs. |
StrikeThroughValues | Enum for strikethrough settings. |
TextCaps | Style values for text caps. |
StylePartType | Part codes for TableSTylePart class. Those values define which conditional styles to edit on a TableStyle. |
BooleanAttribute | Enum to be able to represent boolean that can be True, False or Not set. Which is represented as NO, YES, NOTSET. |
TableCellVerticalAlignments | Enum values for Table call vertical alignments. |
Version = 4.62 |